-
Notifications
You must be signed in to change notification settings - Fork 3k
Cellular: Rewrite AT handler consume to tag #9052
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cellular: Rewrite AT handler consume to tag #9052
Conversation
If sequence from buffer contains tag but symbol before tag is same as first symbol of the tag, then the tag wasn't detected. For example, "\r\n" tag was not found from "\r\r\nOK" sequence.
b7fbc2b to
806e95c
Compare
|
@mirelachirica, thank you for your changes. |
|
CI started |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
|
Restarted dynamic usage error (wifi timeouted) |
|
All green, ready for merge |
|
How to choose between ATHandler and platform/ATCmdParser ? Thanks for your help ! |
@ARMmbed/mbed-os-wan Please review |
|
@prowan Please open a new issue in Mbed OS (https://github.com/ARMmbed/mbed-os/issues) since we generally ignore PRs after they're merged. |
Description
Addressing issue: #9014
There is need to refactor the solution to the problem addressed in commit:
31f153a
Pull request type